Hi, dear LJ developers! I'm creating a remote poster to LiveJournal for my site. This is the code i've wroute:
include ('IXR_Library.php');
$LjPass = $_POST['LjPass'];
$LjPassEncrypted = md5($LjPass);
$LjLogin = $_POST['LjLogin'];
$Auth = 'challenge';
$postSub = $_POST['postSub'];
$postText = $_POST['postText'];
$tags = array();
$postTime = $_POST['postTime
(
Read more... )